github.com/go-pg/migrations/v8.Collection.runUp (method)

2 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L469: 			newVersion, err = c.runUp(db, tx, m)
		collection.go#L549: func (c *Collection) runUp(db DB, tx *pg.Tx, m *Migration) (int64, error) {